LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

PrecinctSize Property






Specifies the precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize. .NET support WinRT support Silverlight support
Syntax
public CodecsJpeg2000PrecinctSize PrecinctSize {get; set;}
'Declaration
 
Public Property PrecinctSize As CodecsJpeg2000PrecinctSize
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As CodecsJpeg2000PrecinctSize
 
instance.PrecinctSize = value
 
value = instance.PrecinctSize
public CodecsJpeg2000PrecinctSize PrecinctSize {get; set;}
 get_PrecinctSize();
set_PrecinctSize(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.