Aspose::Pdf::Annotations::FitBHExplicitDestination class

FitBHExplicitDestination class

Representerar en explicit destination som visar sidan med den vertikala koordinaten top placerad vid fönstrets överkant och sidans innehåll förstorat precis tillräckligt för att hela bredden av dess omgivningsruta får plats i fönstret. Ett null‑värde för top anger att det aktuella värdet för den parametern ska behållas oförändrat.

class FitBHExplicitDestination : public Aspose::Pdf::Annotations::ExplicitDestination

Metoder

MetodBeskrivning
FitBHExplicitDestination(const System::SharedPtr<Aspose::Pdf::Page>&, double)Skapar lokal explicit destination.
FitBHExplicitDestination(const System::SharedPtr<Document>&, int32_t, double)Skapar fjärr explicit destination.
FitBHExplicitDestination(int32_t, double)Skapar fjärr explicit destination.
get_Top()Hämtar den vertikala koordinaten top som är placerad vid fönstrets överkant.
ToString() const overrideKonverterar objektets tillstånd till ett strängvärde. Exempel: “1 FitBH 100”.

Se även