OmitJpegComments Property
In This Topic
Controls whether to include JPEG comments during compression
Syntax
'Declaration
Public Property OmitJpegComments As System.Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As System.Boolean
instance.OmitJpegComments = value
value = instance.OmitJpegComments
public System.bool OmitJpegComments {get; set;}
public read-write property OmitJpegComments: System.Boolean;
public function get,set OmitJpegComments : System.boolean
public: __property System.bool get_OmitJpegComments();
public: __property void set_OmitJpegComments(
System.bool value
);
public:
property System.bool OmitJpegComments {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also