Show / Hide Table of Contents

Class PrintFilePDF

It represents a PDF file that will be printed at the client side.

Inheritance
System.Object
PrintFile
PrintFileDuplexable
PrintFilePDF
Inherited Members
PrintFileDuplexable.PrintRange
PrintFileDuplexable.PrintInReverseOrder
PrintFileDuplexable.ManualDuplex
PrintFileDuplexable.ManualDuplexMessage
PrintFile.FileContent
PrintFile.FileContentType
PrintFile.FileName
PrintFile.Copies
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class PrintFilePDF : PrintFileDuplexable

Properties

AutoCenter

Gets or sets whether to center the content. Default is False.

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

AutoRotate

Gets or sets whether to automatically select the print orientation (Portrait or Landscape) that best matches the content. Default is False.

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

FileFormat

Declaration
public override string FileFormat { get; }
Property Value
Type Description
System.String
Overrides
PrintFile.FileFormat

PageSizing

Gets or sets the print sizing option. Default is None.

Declaration
public Sizing PageSizing { get; set; }
Property Value
Type Description
Sizing

Password

Gets or sets the password for this PDF file.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

PrintAnnotations

Gets or sets whether to print any annotations, if any, available in the PDF document. Default is False.

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

PrintAsGrayscale

Gets or sets whether to print the PDF document with color images, texts, or other objects as shades of gray. Default is False.

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

PrintRotation

Gets or sets the print rotation. Default is None.

Declaration
public PrintRotation PrintRotation { get; set; }
Property Value
Type Description
PrintRotation

PrintScale

Gets or sets the print scale percentage. Default is 100.

Declaration
public int PrintScale { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com