AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : PDFSwapBlackandWhite Property |
PDF support is deprecated in ImagXpress; instead, please use PDF Xpress for PDF support. |
Gets and sets whether in a PDF image file the pixel value of zero is black or white.
Visual Basic |
---|
Public Property PDFSwapBlackandWhite As Boolean |
True when white is zero and black is one.
False results in black is zero and white is one.
The default value is False. This means black is zero which is the standard for most binary image types.
This property pertains only to G4 compression types.
False (0) Black is zero and white is one.
True (1) White is zero and black is one.