public bool ExtractText {get; set;}
'Declaration
Public Property ExtractText As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.ExtractText = value
value = instance.ExtractText
public bool ExtractText {get; set;}
@property (nonatomic, assign) BOOL extractText;
public boolean getExtractText()
public void setExtractText(boolean value)
get_ExtractText();
set_ExtractText(value);
Object.defineProperty('ExtractText');
public:
property bool ExtractText {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to extract text from the document.