Controls if the all the frames in the image are rendered in PDF. This property is true by default
and each frame in the image is rendered in a new PDF page
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool MultiPage { get; set; }
Public Property MultiPage As Boolean
Get
Set
public:
property bool MultiPage {
bool get ();
void set (bool value);
}
member MultiPage : bool with get, set
Property Value
Type:
Boolean
Reference