Show / Hide Table of Contents

Class PrintFileGroup

It represents a group of files that will be treated and printed at the client side as they were part of a single multipage document.

Inheritance
System.Object
PrintFile
PrintFileDuplexable
PrintFileGroup
Inherited Members
PrintFileDuplexable.PrintRange
PrintFileDuplexable.PrintInReverseOrder
PrintFileDuplexable.ManualDuplex
PrintFileDuplexable.ManualDuplexMessage
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 PrintFileGroup : PrintFileDuplexable

Properties

FileContent

Gets a group of PrintFile objects to be printed at the client side. Default is an empty list.

Declaration
public List<object> FileContent { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Object>

FileFormat

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