LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PrecinctSize Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000SaveOptions Class : PrecinctSize Property



Specifies the precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize.

Syntax

Visual Basic (Declaration) 
Public Property PrecinctSize As CodecsJpeg2000PrecinctSize
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000SaveOptions
Dim value As CodecsJpeg2000PrecinctSize
 
instance.PrecinctSize = value
 
value = instance.PrecinctSize
C# 
public CodecsJpeg2000PrecinctSize PrecinctSize {get; set;}
C++/CLI 
public:
property CodecsJpeg2000PrecinctSize PrecinctSize {
   CodecsJpeg2000PrecinctSize get();
   void set (    CodecsJpeg2000PrecinctSize value);
}

Property Value

The precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also