←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly