Scanner ActiveX Control

PDFPaperSize

 

Set the specific paper size when save to PDF file. By default it will use original size of your image. you do not need call this method if you want to keep the original size.
If the paper size smaller than original pdf size. It may crop your image.

Scanner1.PDFPaerSize[=String]


Parameter
String
the string of Paper Size.

"LEDGER"
"TABLOID" 
"A"
"B"
"C"
"D"
"E"
"F"
"G"
"H"
"J"
"K" 
"A10"
"A9"
"A8"
"A7"
"A6"
"A5"
"A4"
"A3"
"A2"
"A1"
"A0" 
"2A0"
"4A0"
"2A"
"4A" 
"B10"
"B9"
"B8"
"B7"
"B6"
"B5"
"B4"
"B3"
"B2"
"B1"
"B0" 
"JISB10"
"JISB9"
"JISB8"
"JISB7"
"JISB6"
"JISB5"
"JISB4"
"JISB3"
"JISB2"
"JISB1"
"JISB0", 
"C10"
"C9"
"C8"
"C7"
"C6"
"C5"
"C4"
"C3"
"C2"
"C1"
"C0", 
"RA2"
"RA1"
"RA0"
"SRA4"
"SRA3"
"SRA2"
"SRA1"
"SRA0" 
"A3EXTRA"
"A4EXTRA" 
"STATEMENT"
"FOLIO"
"QUARTO"
 
Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.PDFOutputPDFA=False
Scanner1.PDFPaperSize-="A4"
Scanner1.Save("c:\temp\myfile", "pdf")