menu

WPF

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

    Show / Hide Table of Contents

    Class PageOrganizeSettings

    A class for holding the settings for organizing pages

    Inheritance
    System.Object
    PageOrganizeSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PageOrganizeSettings

    Properties

    IsIconVisible

    Toggling the visibility of the organize page icon.

    Declaration
    public bool IsIconVisible { get; set; }
    Property Value
    Type
    System.Boolean

    ShowAnnotations

    Gets or sets the boolean value indicating whether to display the annotations and form fields in the organize PDF pages window or not. The default value is false.

    Declaration
    public bool ShowAnnotations { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved