Show / Hide Table of Contents

Class PrintFileTIF

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

Inheritance
System.Object
PrintFile
PrintFileDuplexable
PrintFileTIF
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 PrintFileTIF : 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

PrintRotation

Gets or sets the print rotation. Default is None.

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