Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > ColorResolutionRequest Class : BitsPerPixel Property |
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)] public int BitsPerPixel {get; set;}
'Declaration <DataMemberAttribute(Name="BitsPerPixel", IsRequired=True)> Public Property BitsPerPixel As Integer
'Usage Dim instance As ColorResolutionRequest Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)] public: property int BitsPerPixel { int get(); void set ( int value); }