'Declaration Public Function New( _
ByVal isPreviewЗначение, указывающее, используется ли WpfImagePrintManager для предварительного просмотра перед печатью.As Boolean, _
ByVal imageVintasoftImage для печати.As Vintasoft.Imaging.VintasoftImage _
)
public WpfImagePrintingEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage image
)
public: WpfImagePrintingEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage* image
)
public:
WpfImagePrintingEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- isPreview
- Значение, указывающее, используется ли WpfImagePrintManager для предварительного просмотра перед печатью.
- image
- VintasoftImage для печати.