XFINIUM.PDF Documentation
BitsPerSample Property (PdfSoundAnnotation)



Xfinium.Pdf.Annotations Namespace > PdfSoundAnnotation Class : BitsPerSample Property
Gets or sets the bits per sample.
Syntax
'Declaration
 
Public Property BitsPerSample As Integer
'Usage
 
Dim instance As PdfSoundAnnotation
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 per sample value per channel.
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

PdfSoundAnnotation Class
PdfSoundAnnotation Members