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

SetPrintFrameTypeAttribute() 공개 메소드

public SetPrintFrameTypeAttribute ( short aPrintFrameType ) : void
aPrintFrameType short
리턴 void
        public void SetPrintFrameTypeAttribute(short aPrintFrameType)
        {
            m_printFrameType = aPrintFrameType;
        }
PrintSettings