VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfImageResource Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfImageResource Class Members
    In This Topic
    The following tables list the members exposed by PdfImageResource.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a list of file specifications, which are representing the data associated with this XObject in the manner specified by the AssociatedFileRelationship property.
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the number of bits per pixel for this image resource.
    Public PropertyGets or sets the color space of this image resource.
    Public PropertyGets the information about color space of image associated with this image resource.
    Public PropertyGets or sets compression of image associated with this image resource.
    Public PropertyGets or sets an array of numbers describing how to map image samples into the range of values appropriate for the image's color space.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets height of image associated with this image resource.
    Public PropertyGets or sets a value indicating whether the image is to be treated as an image mask.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether image interpolation must be performed when image is rendered.
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this image resource contains grayscale image.
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether the image resource is inlined in content.
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets the length, in bytes, of the resource. (Inherited from PdfResource)
    Public PropertyGets or sets an array specifying range of colors to be applied to it as a color key mask.
    Public PropertyGets or sets a metadata stream containing metadata for the resource (Optional; PDF 1.4). (Inherited from PdfResource)
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the optional content group specifying the optional content properties for the image XObject.
    Public PropertyGets or sets the optional content membership specifying the optional content properties for the image XObject.
    Public PropertyGets or sets an optional content group that corresponds this resource. (Inherited from PdfResource)
    Public PropertyGets the pixel format of this image.
    Public PropertyGets the resource type.
    Public PropertyGets or sets a soft-mask image which must be used as a source of mask shape or mask opacity values in the transparent imaging model.
    Public PropertyGets the number of bits per component of image data of this image resource.
    Public PropertyGets the number of bits per pixel of image data of this image resource.
    Public PropertyGets the number of color components of image data of this image resource.
    Public PropertyGets or sets an image mask to be applied to this image.
    Public PropertyGets or sets the integer key of this object entry in the structural parent tree. (Inherited from PdfResource)
    Public PropertyGets width of image associated with this image resource.
    Public Methods
     NameDescription
    Public MethodClears specified path on the image.
    Public MethodClears specified rectangle on the image.
    Public MethodOverloaded. Compress the image-resource.
    Public MethodCompress the resource using lossless compression. (Inherited from PdfResource)
    Public MethodOverloaded. Creates a copy of this image resource instance into the specified document.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns a memory stream that contains decoded data. (Inherited from PdfResource)
    Public MethodReturns a stream that provides read-only serial access to decoded data. (Inherited from PdfResource)
    Public MethodReturns uncompressed resource data. (Inherited from PdfResource)
    Public MethodReturns an image of the image-resource.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodOverloaded. Sets an image of the image-resource.
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    See Also