Help for this page

Select Code to Download


  1. or download this
    my $point = Wx::Point->new;
    $point->Set(x=>5);
    $point->Set(y=>5);
    
  2. or download this
    my $printhtml = Wx::HtmlEasyPrinting->new();
    my $psd = $printhtml->GetPageSetupData; #returns a pointer to PageSetu
    +pDialogData
    $psd->SetMarginBottomRight( [ 5, 5 ] );