API Reference
Class
PdfImageEditOptions
Options for adding, replacing, or moving an image on an existing PDF page.
Inheritance
- Object
- PdfImageEditOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocumentImageEditor.Add
- Method PdfDocumentImageEditor.Move
- Method PdfDocumentImageEditor.Replace
Constructors
public PdfImageEditOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfImageEditLayer Layer { get; set; } #Placement layer for the newly written image. Existing exact paint order cannot be preserved by a portable page-content rewrite, so callers choose explicitly between the front and back of existing content.