C# 클래스 Skybound.Gecko.PrintSettings

상속: nsIPrintSettings
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko

공개 메소드들

메소드 설명
Assign ( nsIPrintSettings aPS ) : void
Clone ( ) : nsIPrintSettings
GetColorspaceAttribute ( ) : string
GetDocURLAttribute ( ) : string
GetDownloadFontsAttribute ( ) : bool
GetEdgeBottomAttribute ( ) : double
GetEdgeInTwips ( IntPtr aEdge ) : void
GetEdgeLeftAttribute ( ) : double
GetEdgeRightAttribute ( ) : double
GetEdgeTopAttribute ( ) : double
GetEffectivePageSize ( double &aWidth, double &aHeight ) : void
GetEndPageRangeAttribute ( ) : int
GetFooterStrCenterAttribute ( ) : string
GetFooterStrLeftAttribute ( ) : string
GetFooterStrRightAttribute ( ) : string
GetHeaderStrCenterAttribute ( ) : string
GetHeaderStrLeftAttribute ( ) : string
GetHeaderStrRightAttribute ( ) : string
GetHowToEnableFrameUIAttribute ( ) : short
GetIsCancelledAttribute ( ) : bool
GetIsInitializedFromPrefsAttribute ( ) : bool
GetIsInitializedFromPrinterAttribute ( ) : bool
GetMarginBottomAttribute ( ) : double
GetMarginInTwips ( IntPtr aMargin ) : void
GetMarginLeftAttribute ( ) : double
GetMarginRightAttribute ( ) : double
GetMarginTopAttribute ( ) : double
GetNumCopiesAttribute ( ) : int
GetOrientationAttribute ( ) : int
GetOutputFormatAttribute ( ) : short
GetPaperDataAttribute ( ) : short
GetPaperHeightAttribute ( ) : double
GetPaperNameAttribute ( ) : string
GetPaperSizeTypeAttribute ( ) : short
GetPaperSizeUnitAttribute ( ) : short
GetPaperWidthAttribute ( ) : double
GetPlexNameAttribute ( ) : string
GetPrintBGColorsAttribute ( ) : bool
GetPrintBGImagesAttribute ( ) : bool
GetPrintCommandAttribute ( ) : string
GetPrintFrameTypeAttribute ( ) : short
GetPrintFrameTypeUsageAttribute ( ) : short
GetPrintInColorAttribute ( ) : bool
GetPrintOptions ( int aType ) : bool
GetPrintOptionsBits ( ) : int
GetPrintPageDelayAttribute ( ) : int
GetPrintRangeAttribute ( ) : short
GetPrintReversedAttribute ( ) : bool
GetPrintSessionAttribute ( ) : nsIPrintSession
GetPrintSilentAttribute ( ) : bool
GetPrintToFileAttribute ( ) : bool
GetPrinterNameAttribute ( ) : string
GetResolutionNameAttribute ( ) : string
GetScalingAttribute ( ) : double
GetShowPrintProgressAttribute ( ) : bool
GetShrinkToFitAttribute ( ) : bool
GetStartPageRangeAttribute ( ) : int
GetTitleAttribute ( ) : string
GetToFileNameAttribute ( ) : string
GetUnwriteableMarginBottomAttribute ( ) : double
GetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
GetUnwriteableMarginLeftAttribute ( ) : double
GetUnwriteableMarginRightAttribute ( ) : double
GetUnwriteableMarginTopAttribute ( ) : double
SetColorspaceAttribute ( string aColorspace ) : void
SetDocURLAttribute ( string aDocURL ) : void
SetDownloadFontsAttribute ( bool aDownloadFonts ) : void
SetEdgeBottomAttribute ( double aEdgeBottom ) : void
SetEdgeInTwips ( IntPtr aEdge ) : void
SetEdgeLeftAttribute ( double aEdgeLeft ) : void
SetEdgeRightAttribute ( double aEdgeRight ) : void
SetEdgeTopAttribute ( double aEdgeTop ) : void
SetEffectivePageSize ( double aWidth, double aHeight ) : void
SetEndPageRangeAttribute ( int aEndPageRange ) : void
SetFooterStrCenterAttribute ( string aFooterStrCenter ) : void
SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
SetFooterStrRightAttribute ( string aFooterStrRight ) : void
SetHeaderStrCenterAttribute ( string aHeaderStrCenter ) : void
SetHeaderStrLeftAttribute ( string aHeaderStrLeft ) : void
SetHeaderStrRightAttribute ( string aHeaderStrRight ) : void
SetHowToEnableFrameUIAttribute ( short aHowToEnableFrameUI ) : void
SetIsCancelledAttribute ( bool aIsCancelled ) : void
SetIsInitializedFromPrefsAttribute ( bool aIsInitializedFromPrefs ) : void
SetIsInitializedFromPrinterAttribute ( bool aIsInitializedFromPrinter ) : void
SetMarginBottomAttribute ( double aMarginBottom ) : void
SetMarginInTwips ( IntPtr aMargin ) : void
SetMarginLeftAttribute ( double aMarginLeft ) : void
SetMarginRightAttribute ( double aMarginRight ) : void
SetMarginTopAttribute ( double aMarginTop ) : void
SetNumCopiesAttribute ( int aNumCopies ) : void
SetOrientationAttribute ( int aOrientation ) : void
SetOutputFormatAttribute ( short aOutputFormat ) : void
SetPaperDataAttribute ( short aPaperData ) : void
SetPaperHeightAttribute ( double aPaperHeight ) : void
SetPaperNameAttribute ( string aPaperName ) : void
SetPaperSizeTypeAttribute ( short aPaperSizeType ) : void
SetPaperSizeUnitAttribute ( short aPaperSizeUnit ) : void
SetPaperWidthAttribute ( double aPaperWidth ) : void
SetPlexNameAttribute ( string aPlexName ) : void
SetPrintBGColorsAttribute ( bool aPrintBGColors ) : void
SetPrintBGImagesAttribute ( bool aPrintBGImages ) : void
SetPrintCommandAttribute ( string aPrintCommand ) : void
SetPrintFrameTypeAttribute ( short aPrintFrameType ) : void
SetPrintFrameTypeUsageAttribute ( short aPrintFrameTypeUsage ) : void
SetPrintInColorAttribute ( bool aPrintInColor ) : void
SetPrintOptions ( int aType, bool aTurnOnOff ) : void
SetPrintOptionsBits ( int printOptionsBits ) : void
SetPrintPageDelayAttribute ( int aPrintPageDelay ) : void
SetPrintRangeAttribute ( short aPrintRange ) : void
SetPrintReversedAttribute ( bool aPrintReversed ) : void
SetPrintSessionAttribute ( nsIPrintSession aPrintSession ) : void
SetPrintSilentAttribute ( bool aPrintSilent ) : void
SetPrintToFileAttribute ( bool aPrintToFile ) : void
SetPrinterNameAttribute ( string aPrinterName ) : void
SetResolutionNameAttribute ( string aResolutionName ) : void
SetScalingAttribute ( double aScaling ) : void
SetShowPrintProgressAttribute ( bool aShowPrintProgress ) : void
SetShrinkToFitAttribute ( bool aShrinkToFit ) : void
SetStartPageRangeAttribute ( int aStartPageRange ) : void
SetTitleAttribute ( string aTitle ) : void
SetToFileNameAttribute ( string aToFileName ) : void
SetUnwriteableMarginBottomAttribute ( double aUnwriteableMarginBottom ) : void
SetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
SetUnwriteableMarginLeftAttribute ( double aUnwriteableMarginLeft ) : void
SetUnwriteableMarginRightAttribute ( double aUnwriteableMarginRight ) : void
SetUnwriteableMarginTopAttribute ( double aUnwriteableMarginTop ) : void
SetupSilentPrinting ( ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( nsIPrintSettings aPS ) : void
aPS nsIPrintSettings
리턴 void

Clone() 공개 메소드

public Clone ( ) : nsIPrintSettings
리턴 nsIPrintSettings

GetColorspaceAttribute() 공개 메소드

public GetColorspaceAttribute ( ) : string
리턴 string

GetDocURLAttribute() 공개 메소드

public GetDocURLAttribute ( ) : string
리턴 string

GetDownloadFontsAttribute() 공개 메소드

public GetDownloadFontsAttribute ( ) : bool
리턴 bool

GetEdgeBottomAttribute() 공개 메소드

public GetEdgeBottomAttribute ( ) : double
리턴 double

GetEdgeInTwips() 공개 메소드

public GetEdgeInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
리턴 void

GetEdgeLeftAttribute() 공개 메소드

public GetEdgeLeftAttribute ( ) : double
리턴 double

GetEdgeRightAttribute() 공개 메소드

public GetEdgeRightAttribute ( ) : double
리턴 double

GetEdgeTopAttribute() 공개 메소드

public GetEdgeTopAttribute ( ) : double
리턴 double

GetEffectivePageSize() 공개 메소드

public GetEffectivePageSize ( double &aWidth, double &aHeight ) : void
aWidth double
aHeight double
리턴 void

GetEndPageRangeAttribute() 공개 메소드

public GetEndPageRangeAttribute ( ) : int
리턴 int

GetFooterStrCenterAttribute() 공개 메소드

public GetFooterStrCenterAttribute ( ) : string
리턴 string

GetFooterStrLeftAttribute() 공개 메소드

public GetFooterStrLeftAttribute ( ) : string
리턴 string

GetFooterStrRightAttribute() 공개 메소드

public GetFooterStrRightAttribute ( ) : string
리턴 string

GetHeaderStrCenterAttribute() 공개 메소드

public GetHeaderStrCenterAttribute ( ) : string
리턴 string

GetHeaderStrLeftAttribute() 공개 메소드

public GetHeaderStrLeftAttribute ( ) : string
리턴 string

GetHeaderStrRightAttribute() 공개 메소드

public GetHeaderStrRightAttribute ( ) : string
리턴 string

GetHowToEnableFrameUIAttribute() 공개 메소드

public GetHowToEnableFrameUIAttribute ( ) : short
리턴 short

GetIsCancelledAttribute() 공개 메소드

public GetIsCancelledAttribute ( ) : bool
리턴 bool

GetIsInitializedFromPrefsAttribute() 공개 메소드

public GetIsInitializedFromPrefsAttribute ( ) : bool
리턴 bool

GetIsInitializedFromPrinterAttribute() 공개 메소드

public GetIsInitializedFromPrinterAttribute ( ) : bool
리턴 bool

GetMarginBottomAttribute() 공개 메소드

public GetMarginBottomAttribute ( ) : double
리턴 double

GetMarginInTwips() 공개 메소드

public GetMarginInTwips ( IntPtr aMargin ) : void
aMargin System.IntPtr
리턴 void

GetMarginLeftAttribute() 공개 메소드

public GetMarginLeftAttribute ( ) : double
리턴 double

GetMarginRightAttribute() 공개 메소드

public GetMarginRightAttribute ( ) : double
리턴 double

GetMarginTopAttribute() 공개 메소드

public GetMarginTopAttribute ( ) : double
리턴 double

GetNumCopiesAttribute() 공개 메소드

public GetNumCopiesAttribute ( ) : int
리턴 int

GetOrientationAttribute() 공개 메소드

public GetOrientationAttribute ( ) : int
리턴 int

GetOutputFormatAttribute() 공개 메소드

public GetOutputFormatAttribute ( ) : short
리턴 short

GetPaperDataAttribute() 공개 메소드

public GetPaperDataAttribute ( ) : short
리턴 short

GetPaperHeightAttribute() 공개 메소드

public GetPaperHeightAttribute ( ) : double
리턴 double

GetPaperNameAttribute() 공개 메소드

public GetPaperNameAttribute ( ) : string
리턴 string

GetPaperSizeTypeAttribute() 공개 메소드

public GetPaperSizeTypeAttribute ( ) : short
리턴 short

GetPaperSizeUnitAttribute() 공개 메소드

public GetPaperSizeUnitAttribute ( ) : short
리턴 short

GetPaperWidthAttribute() 공개 메소드

public GetPaperWidthAttribute ( ) : double
리턴 double

GetPlexNameAttribute() 공개 메소드

public GetPlexNameAttribute ( ) : string
리턴 string

GetPrintBGColorsAttribute() 공개 메소드

public GetPrintBGColorsAttribute ( ) : bool
리턴 bool

GetPrintBGImagesAttribute() 공개 메소드

public GetPrintBGImagesAttribute ( ) : bool
리턴 bool

GetPrintCommandAttribute() 공개 메소드

public GetPrintCommandAttribute ( ) : string
리턴 string

GetPrintFrameTypeAttribute() 공개 메소드

public GetPrintFrameTypeAttribute ( ) : short
리턴 short

GetPrintFrameTypeUsageAttribute() 공개 메소드

public GetPrintFrameTypeUsageAttribute ( ) : short
리턴 short

GetPrintInColorAttribute() 공개 메소드

public GetPrintInColorAttribute ( ) : bool
리턴 bool

GetPrintOptions() 공개 메소드

public GetPrintOptions ( int aType ) : bool
aType int
리턴 bool

GetPrintOptionsBits() 공개 메소드

public GetPrintOptionsBits ( ) : int
리턴 int

GetPrintPageDelayAttribute() 공개 메소드

public GetPrintPageDelayAttribute ( ) : int
리턴 int

GetPrintRangeAttribute() 공개 메소드

public GetPrintRangeAttribute ( ) : short
리턴 short

GetPrintReversedAttribute() 공개 메소드

public GetPrintReversedAttribute ( ) : bool
리턴 bool

GetPrintSessionAttribute() 공개 메소드

public GetPrintSessionAttribute ( ) : nsIPrintSession
리턴 nsIPrintSession

GetPrintSilentAttribute() 공개 메소드

public GetPrintSilentAttribute ( ) : bool
리턴 bool

GetPrintToFileAttribute() 공개 메소드

public GetPrintToFileAttribute ( ) : bool
리턴 bool

GetPrinterNameAttribute() 공개 메소드

public GetPrinterNameAttribute ( ) : string
리턴 string

GetResolutionNameAttribute() 공개 메소드

public GetResolutionNameAttribute ( ) : string
리턴 string

GetScalingAttribute() 공개 메소드

public GetScalingAttribute ( ) : double
리턴 double

GetShowPrintProgressAttribute() 공개 메소드

public GetShowPrintProgressAttribute ( ) : bool
리턴 bool

GetShrinkToFitAttribute() 공개 메소드

public GetShrinkToFitAttribute ( ) : bool
리턴 bool

GetStartPageRangeAttribute() 공개 메소드

public GetStartPageRangeAttribute ( ) : int
리턴 int

GetTitleAttribute() 공개 메소드

public GetTitleAttribute ( ) : string
리턴 string

GetToFileNameAttribute() 공개 메소드

public GetToFileNameAttribute ( ) : string
리턴 string

GetUnwriteableMarginBottomAttribute() 공개 메소드

public GetUnwriteableMarginBottomAttribute ( ) : double
리턴 double

GetUnwriteableMarginInTwips() 공개 메소드

public GetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
리턴 void

GetUnwriteableMarginLeftAttribute() 공개 메소드

public GetUnwriteableMarginLeftAttribute ( ) : double
리턴 double

GetUnwriteableMarginRightAttribute() 공개 메소드

public GetUnwriteableMarginRightAttribute ( ) : double
리턴 double

GetUnwriteableMarginTopAttribute() 공개 메소드

public GetUnwriteableMarginTopAttribute ( ) : double
리턴 double

SetColorspaceAttribute() 공개 메소드

public SetColorspaceAttribute ( string aColorspace ) : void
aColorspace string
리턴 void

SetDocURLAttribute() 공개 메소드

public SetDocURLAttribute ( string aDocURL ) : void
aDocURL string
리턴 void

SetDownloadFontsAttribute() 공개 메소드

public SetDownloadFontsAttribute ( bool aDownloadFonts ) : void
aDownloadFonts bool
리턴 void

SetEdgeBottomAttribute() 공개 메소드

public SetEdgeBottomAttribute ( double aEdgeBottom ) : void
aEdgeBottom double
리턴 void

SetEdgeInTwips() 공개 메소드

public SetEdgeInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
리턴 void

SetEdgeLeftAttribute() 공개 메소드

public SetEdgeLeftAttribute ( double aEdgeLeft ) : void
aEdgeLeft double
리턴 void

SetEdgeRightAttribute() 공개 메소드

public SetEdgeRightAttribute ( double aEdgeRight ) : void
aEdgeRight double
리턴 void

SetEdgeTopAttribute() 공개 메소드

public SetEdgeTopAttribute ( double aEdgeTop ) : void
aEdgeTop double
리턴 void

SetEffectivePageSize() 공개 메소드

public SetEffectivePageSize ( double aWidth, double aHeight ) : void
aWidth double
aHeight double
리턴 void

SetEndPageRangeAttribute() 공개 메소드

public SetEndPageRangeAttribute ( int aEndPageRange ) : void
aEndPageRange int
리턴 void

SetFooterStrCenterAttribute() 공개 메소드

public SetFooterStrCenterAttribute ( string aFooterStrCenter ) : void
aFooterStrCenter string
리턴 void

SetFooterStrLeftAttribute() 공개 메소드

public SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
aFooterStrLeft string
리턴 void

SetFooterStrRightAttribute() 공개 메소드

public SetFooterStrRightAttribute ( string aFooterStrRight ) : void
aFooterStrRight string
리턴 void

SetHeaderStrCenterAttribute() 공개 메소드

public SetHeaderStrCenterAttribute ( string aHeaderStrCenter ) : void
aHeaderStrCenter string
리턴 void

SetHeaderStrLeftAttribute() 공개 메소드

public SetHeaderStrLeftAttribute ( string aHeaderStrLeft ) : void
aHeaderStrLeft string
리턴 void

SetHeaderStrRightAttribute() 공개 메소드

public SetHeaderStrRightAttribute ( string aHeaderStrRight ) : void
aHeaderStrRight string
리턴 void

SetHowToEnableFrameUIAttribute() 공개 메소드

public SetHowToEnableFrameUIAttribute ( short aHowToEnableFrameUI ) : void
aHowToEnableFrameUI short
리턴 void

SetIsCancelledAttribute() 공개 메소드

public SetIsCancelledAttribute ( bool aIsCancelled ) : void
aIsCancelled bool
리턴 void

SetIsInitializedFromPrefsAttribute() 공개 메소드

public SetIsInitializedFromPrefsAttribute ( bool aIsInitializedFromPrefs ) : void
aIsInitializedFromPrefs bool
리턴 void

SetIsInitializedFromPrinterAttribute() 공개 메소드

public SetIsInitializedFromPrinterAttribute ( bool aIsInitializedFromPrinter ) : void
aIsInitializedFromPrinter bool
리턴 void

SetMarginBottomAttribute() 공개 메소드

public SetMarginBottomAttribute ( double aMarginBottom ) : void
aMarginBottom double
리턴 void

SetMarginInTwips() 공개 메소드

public SetMarginInTwips ( IntPtr aMargin ) : void
aMargin System.IntPtr
리턴 void

SetMarginLeftAttribute() 공개 메소드

public SetMarginLeftAttribute ( double aMarginLeft ) : void
aMarginLeft double
리턴 void

SetMarginRightAttribute() 공개 메소드

public SetMarginRightAttribute ( double aMarginRight ) : void
aMarginRight double
리턴 void

SetMarginTopAttribute() 공개 메소드

public SetMarginTopAttribute ( double aMarginTop ) : void
aMarginTop double
리턴 void

SetNumCopiesAttribute() 공개 메소드

public SetNumCopiesAttribute ( int aNumCopies ) : void
aNumCopies int
리턴 void

SetOrientationAttribute() 공개 메소드

public SetOrientationAttribute ( int aOrientation ) : void
aOrientation int
리턴 void

SetOutputFormatAttribute() 공개 메소드

public SetOutputFormatAttribute ( short aOutputFormat ) : void
aOutputFormat short
리턴 void

SetPaperDataAttribute() 공개 메소드

public SetPaperDataAttribute ( short aPaperData ) : void
aPaperData short
리턴 void

SetPaperHeightAttribute() 공개 메소드

public SetPaperHeightAttribute ( double aPaperHeight ) : void
aPaperHeight double
리턴 void

SetPaperNameAttribute() 공개 메소드

public SetPaperNameAttribute ( string aPaperName ) : void
aPaperName string
리턴 void

SetPaperSizeTypeAttribute() 공개 메소드

public SetPaperSizeTypeAttribute ( short aPaperSizeType ) : void
aPaperSizeType short
리턴 void

SetPaperSizeUnitAttribute() 공개 메소드

public SetPaperSizeUnitAttribute ( short aPaperSizeUnit ) : void
aPaperSizeUnit short
리턴 void

SetPaperWidthAttribute() 공개 메소드

public SetPaperWidthAttribute ( double aPaperWidth ) : void
aPaperWidth double
리턴 void

SetPlexNameAttribute() 공개 메소드

public SetPlexNameAttribute ( string aPlexName ) : void
aPlexName string
리턴 void

SetPrintBGColorsAttribute() 공개 메소드

public SetPrintBGColorsAttribute ( bool aPrintBGColors ) : void
aPrintBGColors bool
리턴 void

SetPrintBGImagesAttribute() 공개 메소드

public SetPrintBGImagesAttribute ( bool aPrintBGImages ) : void
aPrintBGImages bool
리턴 void

SetPrintCommandAttribute() 공개 메소드

public SetPrintCommandAttribute ( string aPrintCommand ) : void
aPrintCommand string
리턴 void

SetPrintFrameTypeAttribute() 공개 메소드

public SetPrintFrameTypeAttribute ( short aPrintFrameType ) : void
aPrintFrameType short
리턴 void

SetPrintFrameTypeUsageAttribute() 공개 메소드

public SetPrintFrameTypeUsageAttribute ( short aPrintFrameTypeUsage ) : void
aPrintFrameTypeUsage short
리턴 void

SetPrintInColorAttribute() 공개 메소드

public SetPrintInColorAttribute ( bool aPrintInColor ) : void
aPrintInColor bool
리턴 void

SetPrintOptions() 공개 메소드

public SetPrintOptions ( int aType, bool aTurnOnOff ) : void
aType int
aTurnOnOff bool
리턴 void

SetPrintOptionsBits() 공개 메소드

public SetPrintOptionsBits ( int printOptionsBits ) : void
printOptionsBits int
리턴 void

SetPrintPageDelayAttribute() 공개 메소드

public SetPrintPageDelayAttribute ( int aPrintPageDelay ) : void
aPrintPageDelay int
리턴 void

SetPrintRangeAttribute() 공개 메소드

public SetPrintRangeAttribute ( short aPrintRange ) : void
aPrintRange short
리턴 void

SetPrintReversedAttribute() 공개 메소드

public SetPrintReversedAttribute ( bool aPrintReversed ) : void
aPrintReversed bool
리턴 void

SetPrintSessionAttribute() 공개 메소드

public SetPrintSessionAttribute ( nsIPrintSession aPrintSession ) : void
aPrintSession nsIPrintSession
리턴 void

SetPrintSilentAttribute() 공개 메소드

public SetPrintSilentAttribute ( bool aPrintSilent ) : void
aPrintSilent bool
리턴 void

SetPrintToFileAttribute() 공개 메소드

public SetPrintToFileAttribute ( bool aPrintToFile ) : void
aPrintToFile bool
리턴 void

SetPrinterNameAttribute() 공개 메소드

public SetPrinterNameAttribute ( string aPrinterName ) : void
aPrinterName string
리턴 void

SetResolutionNameAttribute() 공개 메소드

public SetResolutionNameAttribute ( string aResolutionName ) : void
aResolutionName string
리턴 void

SetScalingAttribute() 공개 메소드

public SetScalingAttribute ( double aScaling ) : void
aScaling double
리턴 void

SetShowPrintProgressAttribute() 공개 메소드

public SetShowPrintProgressAttribute ( bool aShowPrintProgress ) : void
aShowPrintProgress bool
리턴 void

SetShrinkToFitAttribute() 공개 메소드

public SetShrinkToFitAttribute ( bool aShrinkToFit ) : void
aShrinkToFit bool
리턴 void

SetStartPageRangeAttribute() 공개 메소드

public SetStartPageRangeAttribute ( int aStartPageRange ) : void
aStartPageRange int
리턴 void

SetTitleAttribute() 공개 메소드

public SetTitleAttribute ( string aTitle ) : void
aTitle string
리턴 void

SetToFileNameAttribute() 공개 메소드

public SetToFileNameAttribute ( string aToFileName ) : void
aToFileName string
리턴 void

SetUnwriteableMarginBottomAttribute() 공개 메소드

public SetUnwriteableMarginBottomAttribute ( double aUnwriteableMarginBottom ) : void
aUnwriteableMarginBottom double
리턴 void

SetUnwriteableMarginInTwips() 공개 메소드

public SetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
aEdge IntPtr
리턴 void

SetUnwriteableMarginLeftAttribute() 공개 메소드

public SetUnwriteableMarginLeftAttribute ( double aUnwriteableMarginLeft ) : void
aUnwriteableMarginLeft double
리턴 void

SetUnwriteableMarginRightAttribute() 공개 메소드

public SetUnwriteableMarginRightAttribute ( double aUnwriteableMarginRight ) : void
aUnwriteableMarginRight double
리턴 void

SetUnwriteableMarginTopAttribute() 공개 메소드

public SetUnwriteableMarginTopAttribute ( double aUnwriteableMarginTop ) : void
aUnwriteableMarginTop double
리턴 void

SetupSilentPrinting() 공개 메소드

public SetupSilentPrinting ( ) : void
리턴 void