Show / Hide Table of Contents

Class PrintFileDuplexable

It represents a file format that supports duplex printing.

Inheritance
System.Object
PrintFile
PrintFileDuplexable
PrintFileDOC
PrintFileGroup
PrintFilePDF
PrintFileTIF
PrintFileTXT
Inherited Members
PrintFile.FileContent
PrintFile.FileContentType
PrintFile.FileName
PrintFile.Copies
PrintFile.FileFormat
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 PrintFileDuplexable : PrintFile

Properties

ManualDuplex

Gets or sets whether to perform manual duplex printing. Default is False.

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

Manual duplex lets you print on both sides of a sheet by ordering the print job so that after the first half of the print job has been printed, the job can be flipped over for the second side printing.

ManualDuplexMessage

Gets or sets the dialog message to prompt to the user to flip pages after first half of print job has been printed. Default is an empty string.

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

PrintInReverseOrder

Gets or sets whether pages are printed in reverse order. Default is False.

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

PrintRange

Gets or sets a subset of pages to print. It can be individual page numbers, a range, or a combination. For example: 1, 5-10, 25, 50. Default is an empty string which means print all pages.

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