Accusoft.PdfXpress6.Net
ProduceDibSection Property




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.
Syntax
'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.
Remarks
Example

Requirements

See Also

Reference

RenderOptions Class
RenderOptions Members
RenderPageToDib(Int32,RenderOptions) Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback