Skip to main content
All docs
V26.1
  • RubberStampAnnotation.SetCustomIcon(Page) Method

    Sets a custom icon for a rubber stamp annotation. Allows you to use another document to generate a stamp.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void SetCustomIcon(
        Page page
    )

    Parameters

    Name Type Description
    page Page

    The page used to generate a stamp.

    See Also