Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsVectorLoadOptions Class : BitsPerPixel Property |
public int BitsPerPixel {get; set;}
'Declaration
Public Property BitsPerPixel As Integer
'Usage
Dim instance As CodecsVectorLoadOptions Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
public int getBitsPerPixel() public void setBitsPerPixel(int bitsPerPixel)
<br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>Object.defineProperty('BitsPerPixel');
A vector image file format usually does not have a physical size. The user can specify a viewport (physical size up to which the drawing can be rendered) ViewWidth and ViewHeight. How the drawing is to be rendered inside this viewport depends on the current viewport mode set with ViewMode. Default viewport size is 640x480 pixels.