Click or drag to resize

ObjectDataAddingEventArgsPdfObjectType Property

Gets a value representing the type of PdfObject associated with this event.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public Type PdfObjectType { get; }

Return Value

Type: Type
The PdfObject type.
Remarks
At this time, this property is only of type PdfImageShape or PdfSignatureShape.
See Also