Gets or sets the number of bits per sample value per channel.
Namespace: Spire.Pdf.GeneralAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public int Bits { get; set; }
Public Property Bits As Integer Get Set
public: property int Bits { int get (); void set (int value); }
member Bits : int with get, set