←Select platform

DocumentImageOverTextSize Enumeration

Summary
Specifies the resize options for the overlay image (image over text).
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentImageOverTextSize 
typedef NS_ENUM(NSInteger, LTDocumentImageOverTextSize) { 
 LTDocumentImageOverTextSizeOriginal = 0,  
 LTDocumentImageOverTextSizeHalf = 1,  
 LTDocumentImageOverTextSizeQuarter = 2 
}; 
public enum DocumentImageOverTextSize 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentImageOverTextSize   
class DocumentImageOverTextSize(Enum): 
   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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.