public bool ExtractTextGraphics {get; set;}
'Declaration
Public Property ExtractTextGraphics As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.ExtractTextGraphics = value
value = instance.ExtractTextGraphics
public bool ExtractTextGraphics {get; set;}
@property (nonatomic, assign) BOOL extractTextGraphics;
public boolean getExtractTextGraphics()
public void setExtractTextGraphics(boolean value)
get_ExtractTextGraphics();
set_ExtractTextGraphics(value);
Object.defineProperty('ExtractTextGraphics');
public:
property bool ExtractTextGraphics {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to extract graphics from the document.