HPdf.HPdfEncoder.HPdfEncoder C# (CSharp) Method

HPdfEncoder() public method

public HPdfEncoder ( IntPtr hencoder ) : System
hencoder System.IntPtr
return System
        public HPdfEncoder(IntPtr hencoder)
        {
            if (hencoder == IntPtr.Zero) {
            throw new Exception("cannot create HPdfEncoder object.");
            }

            this.hencoder = hencoder;
        }