Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfPrintState

    Show / Hide Table of Contents

    Class PdfPrintState

    Used to represent the print state of PdfPageLayer.

    Inheritance
    System.Object
    PdfPrintState
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfPrintState : Enum

    Fields

    AlwaysPrint

    The PDF pageLayers always get print

    Declaration
    public const PdfPrintState AlwaysPrint
    Field Value
    Type Description
    PdfPrintState

    NeverPrint

    The PDF page layer never get print

    Declaration
    public const PdfPrintState NeverPrint
    Field Value
    Type Description
    PdfPrintState

    PrintWhenVisible

    The visble PDF page layers get print

    Declaration
    public const PdfPrintState PrintWhenVisible
    Field Value
    Type Description
    PdfPrintState

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved