RegistrationMarkAnnotation
Inheritance: java.lang.Object, com.aspose.pdf.BaseParagraph com.aspose.pdf.Annotation com.aspose.pdf.PrinterMarkAnnotation com.aspose.pdf.RegistrationMarkAnnotation, com.aspose.pdf.BaseParagraph, com.aspose.pdf.Annotation com.aspose.pdf.PrinterMarkAnnotation com.aspose.pdf.RegistrationMarkAnnotation, com.aspose.pdf.Annotation, com.aspose.pdf.PrinterMarkAnnotation com.aspose.pdf.RegistrationMarkAnnotation, com.aspose.pdf.PrinterMarkAnnotation, com.aspose.pdf.RegistrationMarkAnnotation
All Implemented Interfaces: com.aspose.ms.System.ICloneable
public final class RegistrationMarkAnnotation extends PrinterMarkAnnotation
Represents a Registration Mark annotation. Registration marks are symbols added to printing plates or screens to ensure proper alignment of colors during the printing process.
Constructors
| Constructor | Description |
|---|---|
| RegistrationMarkAnnotation | Initializes a new instance of the {@link RegistrationMarkAnnotation} class on the given page in the given location. |
Methods
| Method | Description |
|---|---|
| accept | Accepts visitor for annotation processing. |
| getAnnotationType | Gets type of annotation. |
| getPosition | Gets or sets the position of the registration mark on a page. |
| setPosition | Gets or sets the position of the registration mark on a page. |
RegistrationMarkAnnotation
Initializes a new instance of the {@link RegistrationMarkAnnotation} class on the given page in the given location.
accept
Accepts visitor for annotation processing.
getAnnotationType
public AnnotationType getAnnotationType()
Gets type of annotation.
Returns: int value
getPosition
public final PrinterMarkSidePosition getPosition()
Gets or sets the position of the registration mark on a page.
Returns: PrinterMarkSidePosition element
setPosition
Gets or sets the position of the registration mark on a page.