Click or drag to resize

PdfEncoderToByteArray Method

Saves the Pdf to a byte array.
Overload List
  NameDescription
Public methodToByteArray(AtalaImage, ProgressEventHandler)
Saves a single image as a PDF to a byte array.
Public methodToByteArray(ImageCollection, ProgressEventHandler)
Save an ImageCollection as PDF to a byte array.
Public methodToByteArray(PdfImageCollection, ProgressEventHandler)
Saves a PdfImageCollection as PDF to a byte array.
Top
See Also