![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace : DocumentImageOverTextMode Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentImageOverTextMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentImageOverTextMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DocumentImageOverTextMode
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentImageOverTextMode : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTDocumentImageOverTextMode)
public enum DocumentImageOverTextMode
Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode = function() { }; Leadtools.Forms.DocumentWriters.DocumentImageOverTextMode.prototype = {<br/> None = 0, Strict = 1, Relaxed = 2, };
[DataContractAttribute()] [SerializableAttribute()] 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