Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsJpeg2000SaveOptions Class : PrecinctSize Property |
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)
<br/>get_PrecinctSize();<br/>set_PrecinctSize(value);<br/>Object.defineProperty('PrecinctSize');
public: property CodecsJpeg2000PrecinctSize PrecinctSize { CodecsJpeg2000PrecinctSize get(); void set ( CodecsJpeg2000PrecinctSize value); }