Skybound.Gecko.PrintSettings.GetOutputFormatAttribute C# (CSharp) 메소드

GetOutputFormatAttribute() 공개 메소드

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