List of PDF Document (and printing settings) which will be printed as single printer job.
Namespace: PdfPrintingNetAssembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
public List<SinglePdfDocumentPrintSettings> DocumentList { get; set; }
Public Property DocumentList As List(Of SinglePdfDocumentPrintSettings)
Get
Set
public:
property List<SinglePdfDocumentPrintSettings^>^ DocumentList {
List<SinglePdfDocumentPrintSettings^>^ get ();
void set (List<SinglePdfDocumentPrintSettings^>^ value);
}
Property Value
Type:
ListSinglePdfDocumentPrintSettings
Reference