Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

DocumentImageOverTextSize Enumeration








Specifies the resize options for the overlay image (image over text).
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentImageOverTextSize 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DocumentImageOverTextSize
typedef NS_ENUM(NSInteger, LTDocumentImageOverTextSize)
public enum DocumentImageOverTextSize
Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize = function() { };
Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize.prototype = {<br/>
  Original = 0,
	Half = 1,
	Quarter = 2,
	
 };
Members
ValueMemberDescription
0Original Use original size (no resizing is performed). Output will have highest quality and largest size.
1Half Resize the image by two and stretch over to cover the page. Output will have the best ratio between quality and size.
2Quarter Resize the image by 4 and stretch over to cover the page. Output will have the lowest quality and minimum size.
Remarks

Use this option to control the resize options for the optional overlay image. Refer to PdfDocumentOptions.ImageOverTextSize and PdfDocumentOptions.ImageOverText for more information.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features