Leadtools.Forms.DocumentWriters Namespace : DocumentImageOverTextMode Enumeration |
public enum DocumentImageOverTextMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DocumentImageOverTextMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DocumentImageOverTextMode
public enum DocumentImageOverTextMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode = function() { }; Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode.prototype = {
None = 0x00000000, Strict = 0x00000001, Relaxed = 0x00000002, };
public enum class DocumentImageOverTextMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Use this option to control how the document writer converts the optional overlay image. Refer to PDFDocumentOptions.ImageOverTextSize and PDFDocumentOptions.ImageOverText for more information.
Currently this option is only used to determine when to convert grayscale overlay images to black and white in the final document. This is done to minimize the size of the output document.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode