Namespace: Spire.Pdf.OPC
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface ImgData : IDisposable
Public Interface ImgData
	Inherits IDisposable
public interface class ImgData : IDisposable
type ImgData =  
    interface
        interface IDisposable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
getCompImgHeight(Int32)
getCompImgWidth(Int32)
getCompSubsX(Int32)
getCompSubsY(Int32)
getCompULX(Int32)
getCompULY(Int32)
getNomRangeBits(Int32)
getNumTiles()()()()
getNumTiles(Coord)
getTile(Coord)
getTileCompHeight(Int32, Int32)
getTileCompWidth(Int32, Int32)
ImgHeight
ImgULX
ImgULY
ImgWidth
nextTile()()()()
NomTileHeight
NomTileWidth
NumComps
setTile(Int32, Int32)
TileHeight
TileIdx
TilePartULX
TilePartULY
TileWidth

See Also