Skybound.Gecko.PrintSettings.GetOutputFormatAttribute C# (CSharp) Method

GetOutputFormatAttribute() public method

public GetOutputFormatAttribute ( ) : short
return short
        public short GetOutputFormatAttribute()
        {
            Console.WriteLine("58");
            return m_outputFormat;
        }
PrintSettings