TaggedPdf Property (GdPictureDocumentConverter)
In This Topic
Generate tagged PDF. Defaults to true.
Syntax
'Declaration
Public Property TaggedPdf As Boolean
public bool TaggedPdf {get; set;}
public read-write property TaggedPdf: Boolean;
public function get,set TaggedPdf : boolean
public: __property bool get_TaggedPdf();
public: __property void set_TaggedPdf(
bool value
);
public:
property bool TaggedPdf {
bool get();
void set ( bool value);
}
See Also