Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return Value

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

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also