SamplingFactor Property

Summary

Gets or sets the codestream sampling factor.

Syntax
C#
VB
C++
public Nullable<int> SamplingFactor { get; set; } 
  
Public Property SamplingFactor As Nullable(Of Integer) 
public: 
property Nullable<int> SamplingFactor { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

A nullable System.Int32 number representing the codestream sampling factor.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly