'Declaration Public Function New( _
ByVal resourceThe WebPdfImageResource associated with this WebContentImage.As WebPdfImageResource, _
ByVal resolutionRendering resolution of content image.As Vintasoft.Imaging.Resolution, _
ByVal regionWebRegionF of this WebContentImage in coordinates of the page.As Vintasoft.Imaging.RegionF _
)
public WebContentImage(
WebPdfImageResource resource,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.RegionF region
)
public: WebContentImage(
WebPdfImageResource* resource,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.RegionF region
)
public:
WebContentImage(
WebPdfImageResource^ resource,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.RegionF region
)
Parameters
- resource
- The WebPdfImageResource associated with this WebContentImage.
- resolution
- Rendering resolution of content image.
- region
- WebRegionF of this WebContentImage in coordinates of the page.