XFINIUM.PDF Documentation
BitsPerSample Property (PdfSampleFunction)



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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback