Accusoft.ImagXpress13.Net
PaperBitDepth Property




Gets and sets the CAD paper bit depth.
Syntax
'Declaration
 
Public Property PaperBitDepth As Integer
'Usage
 
Dim instance As LoadOptionsCad
Dim value As Integer
 
instance.PaperBitDepth = value
 
value = instance.PaperBitDepth
public int PaperBitDepth {get; set;}
public: __property int get_PaperBitDepth();
public: __property void set_PaperBitDepth( 
   int value
);
public:
property int PaperBitDepth {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the CAD paper bit depth.
Remarks

Bitdepth affects image size and the maximum possible number of colors. Typically, 8 bit per color is sufficient for many 2D CAD drawings.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsCad Class
LoadOptionsCad Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback