VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageAdditionalActions Class / PageClose Property
Syntax Requirements SeeAlso
In This Topic
    PageClose Property (PdfPageAdditionalActions)
    In This Topic
    Gets or sets an action to be performed when the page is closed.
    Syntax
    'Declaration
    
    Public Property PageClose As PdfAction
    
    
    public PdfAction PageClose { get; set; }
    
    
    public: __property PdfAction* get_PageClose();
    public: __property void set_PageClose(
    PdfAction* value
    );
    public:
    property PdfAction^ PageClose { PdfAction^ get(); void set(PdfAction^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also