PdfImage public abstract class PdfImage : PdfShapeWidget, sprá´ Documentation public int Height { get; } public float HorizontalResolution { get; } public virtual SizeF PhysicalDimension { get; } public float VerticalResolution { get; } public int Width { get; } protected PdfImage() public static PdfImage FromFile(string path) public static PdfImage FromImage(Image image) public static PdfImage FromRtf(string rtf, float width, PdfImageType type, PdfStringFormat format) public static PdfImage FromRtf(string rtf, float width, PdfImageType type) public static PdfImage FromRtf(string rtf, float width, float height, PdfImageType type) public static PdfImage FromRtf(string rtf, float width, float height, PdfImageType type, PdfStringFormat format) public static PdfImage FromStream(Stream stream) protected static SizeF GetPixelSize(float width, float height) protected void SetResolution(float horizontalResolution, float verticalResolution)