ImageWidth Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the width.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.XObjects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public int Width { get; }

Property Value

Type: Int32
Examples

C#
page.Content.AppendImage("Image1", 10, 50, image.Width, image.Height);
See Also

Reference