Gets and sets an indicator that the PageArtifact will be FixedPrint or not. If enabled, the Page Artifact placement options are applied after the Page Artifact source dimensions are scaled to best fit the target page media box. If disabled, the Page Artifact placement options are applied to the actual Page Artifact source dimensions.
Syntax
'Declaration
Public Property FixedPrint As Boolean
'Usage
Dim instance As PageArtifactOptions
Dim value As Boolean
instance.FixedPrint = value
value = instance.FixedPrint
public bool FixedPrint {get; set;}
public: __property bool get_FixedPrint();
public: __property void set_FixedPrint(
bool value
);
public:
property bool FixedPrint {
bool get();
void set ( bool value);
}
See Also