LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

DocumentImageOverTextSize Enumeration

Show in webframe







Specifies the resize options for the overlay image (image over text).
Syntax
public enum DocumentImageOverTextSize : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DocumentImageOverTextSize 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DocumentImageOverTextSize
public enum DocumentImageOverTextSize : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize = function() { };
Leadtools.Forms.DocumentWriters.DocumentImageOverTextSize.prototype = {
Original = 0x00000000, Half = 0x00000001, Quarter = 0x00000002, };
public enum class DocumentImageOverTextSize : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Original

Use original size (no resizing is performed). Output will have highest quality and largest size.

0x00000001Half

Resize the image by two and stretch over to cover the page. Output will have the best ratio between quality and size.

0x00000002Quarter

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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