In This Topic
Specify useful values for subsequent JPIP usage
Syntax
'Declaration
Public Property ForJpip As System.Boolean
'Usage
Dim instance As Jpeg2000CompressionOptions
Dim value As System.Boolean
instance.ForJpip = value
value = instance.ForJpip
public System.bool ForJpip {get; set;}
public read-write property ForJpip: System.Boolean;
public function get,set ForJpip : System.boolean
public: __property System.bool get_ForJpip();
public: __property void set_ForJpip(
System.bool value
);
public:
property System.bool ForJpip {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also