Show / Hide Table of Contents

Class PrintFileXLS

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

Inheritance
System.Object
PrintFile
PrintFileXLS
Inherited Members
PrintFile.FileContent
PrintFile.FileContentType
PrintFile.FileName
PrintFile.Copies
PrintFile.DocName
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 PrintFileXLS : PrintFile

Properties

FileFormat

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

PageFrom

Gets or sets the number of the page at which to start printing. Default is 0 (zero) which means printing starts at the beginning.

Declaration
public int PageFrom { get; set; }
Property Value
Type Description
System.Int32

PageTo

Gets or sets the number of the last page to print. Default is 0 (zero) which means printing ends with the last page.

Declaration
public int PageTo { get; set; }
Property Value
Type Description
System.Int32

Password

Gets or sets the password for this XLS file.

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