| 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.For an example, refer to CodecsJpeg2000Options.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code