Accusoft.PdfXpress6.Net
OneIsBlack Property




Gets and sets an indicator to invert the color of Raw or Ccitt compressed image data.
Syntax
'Declaration
 
Public Property OneIsBlack As Boolean
'Usage
 
Dim instance As ImageDataInfo
Dim value As Boolean
 
instance.OneIsBlack = value
 
value = instance.OneIsBlack
public bool OneIsBlack {get; set;}
public: __property bool get_OneIsBlack();
public: __property void set_OneIsBlack( 
   bool value
);
public:
property bool OneIsBlack {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to invert the color. Otherwise, false should be used.
Remarks

See 'BlackIs1' entry of PDF Reference (Version 1.7), Section 3.3.5, Table 3.9.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback