Gets and sets an indicator whether an unmanaged DIB Section or a packed bitmap in global memory is produced when a PDF page is rendered to a DIB.
'Declaration
Public Property ProduceDibSection As Boolean
'Usage
Dim instance As RenderOptions
Dim value As Boolean
instance.ProduceDibSection = value
value = instance.ProduceDibSection
public bool ProduceDibSection {get; set;}
public: __property bool get_ProduceDibSection();
public: __property void set_ProduceDibSection(
bool value
);
public:
property bool ProduceDibSection {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to produce an unmanaged DIB or a packed bitmap. Otherwise,
false is used.