Leadtools.Documents名前空間 > SaveDocumentOptionsクラス :BitsPerPixelプロパティ |
public int BitsPerPixel {get; set;}
'Declaration
Public Property BitsPerPixel As Integer
'Usage
Dim instance As SaveDocumentOptions Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel
public int getBitsPerPixel() public void setBitsPerPixel(int value)
BitsPerPixelの値がデフォルト0であるならば、ドキュメントはオリジナルドキュメントのピクセル当たりビットを用いて保存されます。
サンプルのために、参照しますDocument.SaveToFile。