LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PrecinctSize Property

Show in webframe







Specifies the precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize.
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;}
@property (nonatomic, assign) LTCodecsJpeg2000PrecinctSize precinctSize;
public CodecsJpeg2000PrecinctSize getPrecinctSize()
public void setPrecinctSize(CodecsJpeg2000PrecinctSize value)
            
 
get_PrecinctSize();
set_PrecinctSize(value);
Object.defineProperty('PrecinctSize');
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

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.