Skip to main content
All docs
V26.1
  • RubberStampAnnotation.SetCustomIcon(PdfDocument, Int32) 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(
        PdfDocument document,
        int pageIndex
    )

    Parameters

    Name Type Description
    document PdfDocument

    The PDF document used to generate the custom icon.

    pageIndex Int32

    The index of the page used to generate a stamp.

    See Also