XFINIUM.PDF Documentation
BitsPerSample Property (PdfSampleFunction)



Xfinium.Pdf.PdfFunctions Namespace > PdfSampleFunction Class : BitsPerSample Property
Gets or sets the bits per sample.
Syntax
'Declaration
 
Public Property BitsPerSample As Integer
'Usage
 
Dim instance As PdfSampleFunction
Dim value As Integer
 
instance.BitsPerSample = value
 
value = instance.BitsPerSample
public int BitsPerSample {get; set;}
public:
property int BitsPerSample {
   int get();
   void set (    int value);
}

Property Value

The number of bits used to represent each sample.
Remarks
If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSampleFunction Class
PdfSampleFunction Members