VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfEncoderSettings Class / PdfMultiPage Property
Syntax Remarks Requirements SeeAlso
In This Topic
PdfMultiPage Property (SanePdfEncoderSettings)
In This Topic
Gets or sets a value indicating whether multipage PDF document must be created.
Syntax
'Declaration

Public Property PdfMultiPage As Boolean

public bool PdfMultiPage { get; set; }

Property Value

true - multipage PDF file must be created; false - singlepage PDF file must be created.
Default value is true.
Remarks

New file will be created if this property is set to true and PDF file does not exist.
New image will be added to existing file if this property is set to true and the PDF file exists.
New file will be created or old file will be replaced if this property is set to false.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also