menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfRubberStampAnnotationIcon - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfRubberStampAnnotationIcon

    Specifies the enumeration of rubber stamp annotation icons.

    Inheritance
    System.Object
    PdfRubberStampAnnotationIcon
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public sealed class PdfRubberStampAnnotationIcon : Enum
    Examples
    //Load an existing document.
    PdfLoadedDocument loadedDocument = new PdfLoadedDocument("Input.Pdf");
    //Gets the annotation from loaded document.
    PdfLoadedRubberStampAnnotation rubberStampAnnotation = loadedDocument.Pages[1].Annotations[5] as PdfLoadedRubberStampAnnotation;
    //Set the icon
    rubberStampAnnotation.Icon = PdfRubberStampAnnotationIcon.Approved;
    //Save the document.
    loadedDocument.Save("Output.pdf");
    //close the document
    loadedDocument.Close(true);
    'Load an existing document.
    Dim loadedDocument As New PdfLoadedDocument("Input.Pdf")
    'Gets the annotation from loaded document.
    Dim rubberStampAnnotation As PdfLoadedRubberStampAnnotation = TryCast(loadedDocument.Pages(1).Annotations(5), PdfLoadedRubberStampAnnotation)
    'Set the icon
    rubberStampAnnotation.Icon = PdfRubberStampAnnotationIcon.Approved
    'Save the document.
    loadedDocument.Save("Output.pdf")
    'close the document
    loadedDocument.Close(True)

    Fields

    Approved

    Indicates approved rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Approved
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    AsIs

    Indicates AsIs rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon AsIs
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Completed

    Indicates Completed rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Completed
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Confidential

    Indicates confidential rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Confidential
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Departmental

    Indicates departmental rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Departmental
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Draft

    Indicates draft rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Draft
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Experimental

    Indicates experimental rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Experimental
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Expired

    Indicates expired rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Expired
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Final

    Indicates final rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Final
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    ForComment

    Indicates for comment rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon ForComment
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    ForPublicRelease

    Indicates for public release rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon ForPublicRelease
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    InformationOnly

    Indicates information only rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon InformationOnly
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    NotApproved

    Indicates not approved rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon NotApproved
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    NotForPublicRelease

    Indicates not for public release rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon NotForPublicRelease
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    PreliminaryResults

    Indicates preliminary results rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon PreliminaryResults
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Sold

    Indicates sold rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Sold
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    TopSecret

    Indicates top secret rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon TopSecret
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Void

    Indicates void rubber stamp annotation

    Declaration
    public const PdfRubberStampAnnotationIcon Void
    Field Value
    Type
    PdfRubberStampAnnotationIcon

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved